/*友情链接*/
/*$$
{"color":[{"val":"#f7f7f7","title":"标题大英文颜色"},
{"val":"#222222","title":"标题中文字颜色"},
{"val":"#999999","title":"标题小英文"}],
"background":[{"val":"#0041e6","title":"标题横线"}],
"border":[]}
$$*/

#link_156{
	width: 1200px;
	margin: 0 auto;
	padding: 60px 0;
}
#link_156 .indexTitle {
	width: 20%;
	float: left;
}

#link_156 .indexTitle .indexTitENBig {
	font-family: arial;
	font-size: 74px;
	line-height: 74px;
	color: #f7f7f7;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}

#link_156 .indexTitle .indexTitCH {
	font-size: 36px;
	line-height: 50px;
	color: #222222;
	margin-top: -47px;
}

#link_156 .indexTitle .indexTitENSmall {
	text-transform: uppercase;
	font-size: 24px;
	line-height: 40px;
	color: #999999;
	margin: 0;
}

#link_156 .indexTitle .indexLine {
	width: 80px;
	height: 2px;
	background: rgba(30, 128, 77, 1);
	margin-top: 10px;
}
#link_156 .supportLink{
	width: 78%;
	float: right;
	margin-top: 50px;
}
#link_156 .supportLink ul{
	width: 100%;
	overflow: hidden;
}
#link_156 .supportLink ul li{
	width: calc(25% - 45px);
	margin-right: 45px;
	float: left;
	cursor: pointer;
	border: 1px solid #e5e5e5;
	padding:10px 15px;
}
#link_156 .supportLink ul li img{
	width: 100%;
	object-fit: contain;
}
@media screen and (max-width:1200px) {
	#link_156{
		width: 90%;
		padding: 40px 0;
	}
}
/* ipad */
@media screen and (max-width:992px){
	#link_156{
		width: 90%;
		padding: 40px 0;
	}
	#link_156 .supportLink ul li{
		width: calc(50% - 45px);
		margin-bottom: 20px;
	}
}
/* 手机 */
@media screen and (max-width: 767px) {
	#link_156{
		width: 96%;
		padding: 30px 0;
		display: none;
	}
	#link_156 .indexTitENBig{
		font-size: 35px !important;
	}
	#link_156 .indexTitCH{
		font-size: 28px !important;
	}
	#link_156 .indexTitENSmall{
		font-size: 18px !important;
	}
	#link_156 .indexTitle{
		width: 100%;
	}
	#link_156 .supportLink{
		width: 100%;
	}
	#link_156 .supportLink ul li{
		width: calc(50% - 24px);
		margin:0 12px ;
		margin-bottom: 20px;
	}
}